home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer.shar / SETTRANSFER_CHANGES < prev   
Encoding:
Text File  |  1996-10-25  |  1.5 KB  |  46 lines

  1.  
  2.  
  3. db_glob.h       line 71
  4.                 Set a realistic hard-coded minimum_cache_ttl
  5.                 (60 seconds, not 5 minutes)
  6.  
  7. ns_glob.h       line 103
  8.                 Set a realistic hard-coded maint_interval
  9.                 (60 seconds, not 15 minutes)
  10.  
  11. ns_init.c       line 226
  12.                 Define ``transfer'' keyword, and make
  13.                 entries into the database of transfer programs
  14.  
  15. ns_maint.c      line 406
  16.                 Transfering a zone from ourselves is ok -- if
  17.                 we've got a ``different'' zone transfer program.
  18.  
  19.                 line 449
  20.                 Before starting zone transfer, look up to see
  21.                 if there is a "different" program to run.  If
  22.                 so, run that instead.  If not, run the default
  23.                 _PATH_XFER program.
  24.  
  25.                 line 271
  26.                 line 227
  27.                 Add code that bypasses serial number checking for
  28.                 a zone _if and only if_ our own address is in the
  29.                 list of addresses as authoritative for that zone.
  30.                 (i.e. there's a good chance that we're handling a
  31.                 dynamic zone.  Later checks ensure that there is
  32.                 a ``different'' program to do that zone transfer).
  33.  
  34. ns_req.c        line 705
  35.                 Disable sort_response() call.  (This messes
  36.                 up the prioritization of the responses).
  37.  
  38. ns_resp.c       line 745
  39.                 Disable sort_response() call.
  40.  
  41.  
  42. ns_xfr.c        new file
  43.                 ``transfer'' programs database manipulation routines.
  44.  
  45.  
  46.